Returns the element with latest time before or at the given time. Returns null is there is no such element.

Namespace:  Equis.JanusToolkit
Assembly:  Janus (in Janus.dll)

Syntax

C#
protected Command<ValueType> CommandBeforeAt(
	int t
)

Parameters

t
Type: System..::..Int32

Return Value

See Also